VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / FillPolygon Methods / FillPolygon(ColorBase,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    FillPolygon(ColorBase,PointF[]) Method (DrawingEngine)
    In This Topic
    Fills the interior of a polygon.
    Syntax
    'Declaration
    
    Public Overloads Sub FillPolygon( _
    ByVal color
    The color that determines the color of the fill.
    As Vintasoft.Imaging.ImageColors.ColorBase, _
    ByVal points
    Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.
    () As System.Drawing.PointF _
    )
    public void FillPolygon(
    Vintasoft.Imaging.ImageColors.ColorBase color,
    System.Drawing.PointF[] points
    )
    public: void FillPolygon(
    Vintasoft.Imaging.ImageColors.ColorBase* color,
    System.Drawing.PointF[]* points
    )
    public:
    void FillPolygon(
    Vintasoft.Imaging.ImageColors.ColorBase^ color,
    array<System.Drawing.PointF>^ points
    )

    Parameters

    color
    The color that determines the color of the fill.
    points
    Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also